Skip to content

Auto unseal vault with Azure KeyVault #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Auto unseal vault with Azure KeyVault #101

merged 1 commit into from
Sep 8, 2024

Conversation

bmiddha
Copy link
Member

@bmiddha bmiddha commented Jul 6, 2024

Use workload identity to get unseal secrets from azure keyvault

Copy link
Contributor

@clee231 clee231 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pasting the docs here too: https://developer.hashicorp.com/vault/docs/concepts/seal#auto-unseal

There are certain operations in Vault besides unsealing that require a quorum of users to perform, e.g. generating a root token. When using a Shamir seal the unseal keys must be provided to authorize these operations. When using Auto Unseal these operations require recovery keys instead.

Just as the initialization process with a Shamir seal yields unseal keys, initializing with an Auto Unseal yields recovery keys.

Take all the backups before we merge!

@bmiddha bmiddha merged commit 248c847 into main Sep 8, 2024
1 check failed
@bmiddha bmiddha deleted the vault-auto-unseal branch September 8, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants